projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34197d4
)
docs: Mark GtkModelButton's section as private
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 2 Dec 2020 18:53:17 +0000
(18:53 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 2 Dec 2020 19:05:41 +0000
(19:05 +0000)
The widget is not public any more.
gtk/gtkmodelbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmodelbutton.c
b/gtk/gtkmodelbutton.c
index 32232909b3b5d68845279a5afaa95d4cfd227bbc..da9a3f5b52cdce91e532ece0c1dca6f7ebe31584 100644
(file)
--- a/
gtk/gtkmodelbutton.c
+++ b/
gtk/gtkmodelbutton.c
@@
-47,7
+47,7
@@
#include "gtkshortcut.h"
#include "gtkaccessibleprivate.h"
-/*
*
+/*
< private >
* SECTION:gtkmodelbutton
* @Short_description: A button that uses a GAction as model
* @Title: GtkModelButton